Public Attributes | |
node * | head |
node the arc points to | |
arc * | next |
next arc with the same originating node | |
arc * | sister |
reverse arc | |
captype | r_cap |
residual capacity | |
int | is_saved: 1 |
Definition at line 285 of file graph.h.
int Graph< captype, tcaptype, flowtype >::arc::is_saved |
captype Graph< captype, tcaptype, flowtype >::arc::r_cap |
arc* Graph< captype, tcaptype, flowtype >::arc::sister |